projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca2ebe6
)
Accept HP 9000/803.
author
Karl Heuer
<kwzh@gnu.org>
Fri, 4 Sep 1998 20:07:04 +0000
(20:07 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Fri, 4 Sep 1998 20:07:04 +0000
(20:07 +0000)
config.guess
patch
|
blob
|
history
diff --git
a/config.guess
b/config.guess
index dafad11191eb864845f95da98755789bcadc2998..34c159404fea35361197487ed44788bd1c2b89a5 100755
(executable)
--- a/
config.guess
+++ b/
config.guess
@@
-367,7
+367,7
@@
EOF
case "${UNAME_MACHINE}" in
9000/31? ) HP_ARCH=m68000 ;;
9000/[34]?? ) HP_ARCH=m68k ;;
- 9000/7?? | 9000/8?[1
679] )
+ 9000/7?? | 9000/8?[1
3679] )
sed 's/^ //' << EOF >dummy.c
#include <stdlib.h>
#include <unistd.h>